All Questions
2 questions
1vote
1answer
67views
Functional tests for a web app repeating the same code
My problem/concern is that I am trying to remove duplicate code from my functional tests without breaking the Page Object Pattern that I am following. If you look at the code below, you will notice ...
4votes
1answer
478views
Unit testing a service to return items from a database
I have been a developer for many years and get core development concepts, as well as unit testing ones such as DI/Ioc, Mocking etc. I also understand the values, importance of unit testing and writing ...